home *** CD-ROM | disk | FTP | other *** search
- Define Font "Topaz2" (
- Name "Topaz2.font"
- Size 8
- )
-
- Define Font "Garnet" (
- Name "Garnet.font"
- Size 16
- Style ( BOLD )
- )
-
- Define Font "Numbers" (
- Name "Topaz.font"
- Size 11
- )
-
- Define Font "Helvetica" (
- Name "Helvetica.font"
- Size 11
- )
-
- Define Font "Topaz2p" (
- Name "Topaz2p.font"
- Size 8
- )
-
- Define Window "Main" (
- Position 0 27
- Size 340 200
- Border
- )
-
- Define Link "ARexx" (
- Type ARexx (
- Data (
- File "Rexx/Border.ifx"
- )
- )
- )
-
-
-
- Window "Main" (
- Image "PROGDIR:modules/Demo/Demo.iff" (
- Position 0 0
- )
- Border (
- Position 10 10
- Size 320 180
- Frame 3D-Recess
- )
-
- Border (
- Position 233 20
- Size 38 26
- Fill 1
- Frame None
- )
- Border (
- Position 271 20
- Size 38 26
- Fill 3
- Frame None
- )
-
- Text "ABCDEFGH" (
- Position 240 35
- Font "Numbers"
- Color 2
- )
-
- Text "Shadow" (
- Position 233 59
- Font "Garnet"
- Color 2
- Shadow
- )
-
- Gadget (
- Position 20 25
- Type Button (
- Label "Buttons"
- Size 100 12
- Link "ARexx"
- )
- )
-
- Gadget (
- Position 30 46
- Font "Topaz2p"
- Type MX (
- Data (
- "Mutually"
- "Exclusive"
- "Gadget"
- "Type"
- )
- Spacing 2
- LabelPlace RIGHT
- )
- )
-
- Gadget (
- Position 25 95
- Type Cycle (
- Size 100 14
- Data (
- "Cycle"
- "Gadgets"
- "YES"
- )
- )
- )
-
- Gadget (
- Position 170 70
- Type List (
- Size 150 100
- Data (
- "Item 0 - FIRST"
- "Item 1"
- "Item 2"
- "Item 3"
- "Item 4"
- "Item 5"
- "Any Gadget"
- "Links to ImageFX"
- "or ARexx"
- "Scripts"
- "and/or Commands"
- "------"
- "Any Font"
- "Any Image"
- "Any Color"
- "Item 14"
- "Item 15"
- "Item 16"
- )
- Default 15
- )
- )
- )
-